projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e924d1
)
tests/grayscale_to_rgb: increase printed debug precision
author
Øyvind Kolås
<pippin@gimp.org>
Mon, 25 Sep 2017 19:41:36 +0000
(21:41 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Mon, 25 Sep 2017 19:41:36 +0000
(21:41 +0200)
tests/grayscale_to_rgb.c
patch
|
blob
|
history
diff --git
a/tests/grayscale_to_rgb.c
b/tests/grayscale_to_rgb.c
index b239e2395d409f66d2a5172e307133da969dbab8..b59da38a3ad7bad4ce8d2ccd6e68ccc7024dec33 100644
(file)
--- a/
tests/grayscale_to_rgb.c
+++ b/
tests/grayscale_to_rgb.c
@@
-61,7
+61,7
@@
test (void)
{
if (fabs (rgb_buf[i] - rgb_buf_ref[i]) > 0.0000001)
{
- babl_log ("index %i is problematic : %
f instead of %
f",
+ babl_log ("index %i is problematic : %
.12f instead of %.12
f",
i, rgb_buf[i], rgb_buf_ref[i]);
OK = 0;
}